home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Freeware / Grafica / advem / aemf10.exe / {app} / iv.properties < prev    next >
Text File  |  2002-08-21  |  5KB  |  134 lines

  1. #
  2. # The JGenerator properties file
  3. # Copyright (c) 2000 Dmitry Skavish. All rights reserved.
  4. #
  5. # skavish@usa.net
  6. #
  7.  
  8. # Message file  
  9. com.iv.flash.messageFile=bin/messages.txt
  10.  
  11. # Log file
  12. com.iv.flash.logFile=logs/generator.log
  13.  
  14. # Verbose level (from 0 to 4, 4 most verbose)
  15. com.iv.flash.verbose=4
  16.  
  17. # Name of the template which will be sent to a user if there were some errors
  18. # the template will be parsed with the variable 'bulkErrMessage' set to error message
  19. com.iv.flash.errorTemplate=bin/error.swt
  20.  
  21. # If false, then all variables' names are case insensitive (same as in Macromedia Generator). 
  22. # If true, then all variables' names are case sensitive.
  23. # It is recomended to set it to true if you use xml datasources
  24. com.iv.flash.varCaseSensitive=true
  25.  
  26. # If false, then all movie clips' names are case insensitive (same as in Macromedia Generator).
  27. # If true, the all movie clips' names are case sensitive.
  28. com.iv.flash.symCaseSensitive=false
  29.  
  30. # If true then text (its bounds) is rendered in Macromedia Generator style
  31. # If false then text is rendered in JGenerator style
  32. # For more information see documentation
  33. com.iv.flash.textBoundsMMStyle=true
  34.  
  35. # If true, then you can use wrap assets feature of JGenerator
  36. # If false, the feature is disabled
  37. com.iv.flash.wrapAssets=true
  38.  
  39. # If true, then JGenerator will show errors occured in gen commands right inside the placeholder.
  40. # If false, then all errors are ignored and logged 
  41. com.iv.flash.showErrorsInline=true
  42.  
  43. # Name of the file with stat data
  44. com.iv.flash.statFileName=logs/stat
  45.  
  46. # Name of default symbol file
  47. com.iv.flash.defaultSymbolFile=bin/DefaultSymbolFile.swt
  48.  
  49. # Maximum number of threads
  50. com.iv.flash.maxThreads=50
  51.  
  52. # External font location
  53. com.iv.flash.fontPath=fonts/
  54.  
  55. # Run GC after this number of files processed (0-do not run)
  56. com.iv.flash.garbageCollectAfterJobCount=0
  57.  
  58. # Admin user name
  59. com.iv.flash.adminUserName=
  60.  
  61. # Admin password
  62. com.iv.flash.adminPassword=
  63.  
  64. # Font configuration for FOP renderer
  65. com.iv.flash.fopConfig=bin/fop-config.xml
  66.                            
  67. ###############################################################################
  68. # Request cache properties
  69. ###############################################################################
  70.  
  71. # maximum size of request cache
  72. com.iv.flash.requestCacheMaxSize=1000000
  73. # recycle older requests if there is no enough place to add new item
  74. com.iv.flash.requestCacheRecycle=true
  75. # default expiration of requests in seconds (overriden by url parameter 'gre')
  76. com.iv.flash.requestCacheDefaultExpire=1
  77. # force to cache all requests regardless of url parameters
  78. com.iv.flash.requestCacheForce=true
  79.  
  80. ###############################################################################
  81. # Font cache properties
  82. ###############################################################################
  83.  
  84. # maximum size of font cache
  85. com.iv.flash.fontCacheMaxSize=1000000
  86. # recycle older fonts if there is no enough place to add new item
  87. com.iv.flash.fontCacheRecycle=true
  88. # default expiration of fonts in seconds (0-no expiration)
  89. com.iv.flash.fontCacheDefaultExpire=0
  90. # discard cached font if it was modified since last retrieval
  91. com.iv.flash.fontCacheCheckModifiedSince=false
  92.  
  93. ###############################################################################
  94. # Media cache properties
  95. ###############################################################################
  96.  
  97. # maximum size of media cache
  98. com.iv.flash.mediaCacheMaxSize=1000000
  99. # recycle media object if there is no enough place to add new item
  100. com.iv.flash.mediaCacheRecycle=true
  101. # default expiration of media in seconds (overriden by url parameter 'gme')
  102. com.iv.flash.mediaCacheDefaultExpire=3600
  103. # force to cache all medias regardless of url parameters
  104. com.iv.flash.mediaCacheForce=false
  105. # discard cached media if it was modified since last retrieval
  106. com.iv.flash.mediaCacheCheckModifiedSince=false
  107.  
  108. ###############################################################################
  109. # XML cache properties
  110. ###############################################################################
  111.  
  112. # maximum size of xml cache
  113. com.iv.flash.xmlCacheMaxSize=1000000
  114. # recycle xml file if there is no enough place to add new item
  115. com.iv.flash.xmlCacheRecycle=true
  116. # default expiration of xml in seconds (overriden by url parameter 'gme')
  117. com.iv.flash.xmlCacheDefaultExpire=3600
  118. # force to cache all xml files regardless of url parameters
  119. com.iv.flash.xmlCacheForce=true
  120. # discard cached xml if it was modified since last retrieval
  121. com.iv.flash.xmlCacheCheckModifiedSince=true
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.